Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-770 | GEN000560 | SV-27107r1_rule | IAIA-1 IAIA-2 | High |
Description |
---|
If an account is configured for password authentication but does not have an assigned password, it may be possible to log into the account without authentication. If the root user is configured without a password, the entire system may be compromised. For user accounts not using password authentication, the account must be configured with a password lock value instead of a blank or null value. |
STIG | Date |
---|---|
AIX 6.1 SECURITY TECHNICAL IMPLEMENTATION GUIDE | 2018-09-18 |
Check Text ( C-28022r1_chk ) |
---|
Verify no accounts have blank passwords. # pwdck -n ALL If any account with a blank password is found, this is a finding. |
Fix Text (F-33344r1_fix) |
---|
Remove or configure a password for any account with a blank password. # passwd # smitty passwd To remove an account with a blank password. # smitty rmuser |